home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: grantp@usa.pipeline.com
- Newsgroups: comp.lang.c++
- Subject: Re: HELP: Calling functions from DLLs
- Date: 9 Jan 1996 10:15:46 GMT
- Organization: Pipeline USA
- Message-ID: <4ctf8i$nkb@news1.usa.pipeline.com>
- References: <1996Jan9.004130.8690@ohstpy>
- NNTP-Posting-Host: pipe9.h1.usa.pipeline.com
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete)
- X-Newsreader: Pipeline USA v3.3.0
-
- On Jan 09, 1996 00:41:30 in article <Re: HELP: Calling functions from
- DLLs>, 'vancleef@ohstpy.mps.ohio-state.edu' wrote:
-
-
- >I don't know if this is your problem, but if you want
- >to link with a .DLL in Borland C++, use the IMPLIB facility.
- >
- >This creates a .LIB file from you .DLL, which you link
- >with your application. The .LIB contains information as to
- >how the .DLL is used.
- >
- >-Garrett
- >
- To original poster: If the above doesn't work for you -- although
- it's likey that it will -- e-mail me for sample code on how to do
- it lacking an import library.
-
-
- --
-
- Pete
-